home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / flexcat1_4.lha / flexcat / lib / C++_h.sd < prev    next >
Text File  |  1994-10-21  |  745b  |  26 lines

  1. ##stringtype C
  2. ##shortstrings
  3. //****************************************************************
  4. //  This file was created automatically by `FlexCat V1.4'
  5. //  from "%f0.ct".
  6. //
  7. //  Do NOT edit by hand!
  8. //****************************************************************
  9.  
  10. // You can include as many files like this as you want, if they have
  11. // diferent string ID names; allowing you this way to have diferent catalogs
  12. // in your program.
  13.  
  14. #ifndef %b_CAT_H    //    assure that this is read only once
  15. #define %b_CAT_H
  16.  
  17. // This include the definition of the CatalogF class with CatMessage class
  18. #include <CatalogF.h>
  19.  
  20. //       'catalogFileName' 'builtInLanguage' & 'versionNumber'
  21. #define %b_ARGS "%b.catalog", %l, %v
  22.  
  23. extern const CatMessage %i;
  24.  
  25. #endif
  26.